home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1996 July
/
Amiga Games 1996 #7.iso
/
spiele
/
publicdomain
/
eldritch
/
install_to_hd
< prev
next >
Wrap
Text File
|
1995-09-17
|
2KB
|
129 lines
; $VER: Install Eldritch V1.27 (BETA) (17 September 1995)
; This script can be distributed with the Eldritch game by
; James N. Weatherall (WEZ of SCROTUM)
; ask where to install Eldritch
(set @default-dest
(askdir
(prompt "Please select the Directory where you would like to install"
" the Eldritch game disk files. ")
(help @askdir-help)
(default "Games:")
)
)
(working "Installing Eldritch Program")
(copyfiles
(prompt "Eldritch")
(help @copyfiles-help)
(source "Eldritch")
(dest @default-dest)
(infos)
)
(copyfiles
(prompt "Bin directory")
(help @copyfiles-help)
(source "Bin")
(dest (tackon @default-dest "Bin"))
(infos)
(all)
)
(copyfiles
(prompt "Displays directory")
(help @copyfiles-help)
(source "Displays")
(dest (tackon @default-dest "Displays"))
(infos)
(all)
)
(copyfiles
(prompt "Graphics directory")
(help @copyfiles-help)
(source "Graphics")
(dest (tackon @default-dest "Graphics"))
(infos)
(all)
)
(copyfiles
(prompt "Sound directory")
(help @copyfiles-help)
(source "Sound")
(dest (tackon @default-dest "Sound"))
(infos)
(all)
)
(copyfiles
(prompt "Install Eldritch.Guide?")
(help @copyfiles-help)
(source "Eldritch.Guide")
(dest @default-dest)
(infos)
(confirm)
)
(copyfiles
(prompt "Templates directory")
(help @copyfiles-help)
(source "Templates")
(dest (tackon @default-dest "Templates"))
(infos)
(all)
)
(copyfiles
(prompt "Install City directory?")
(help @copyfiles-help)
(source "Cities")
(dest (tackon @default-dest "Cities"))
(infos)
(all)
(confirm)
)
(copyfiles
(prompt "Intro sequence")
(help @copyfiles-help)
(source "Intro")
(dest @default-dest)
(infos)
)
(copyfiles
(prompt "Template Generator")
(help @copyfiles-help)
(source "TempGen")
(dest @default-dest)
(infos)
)
(copylib
(prompt "Installing amos.library")
(help @copylib-help)
(source "Libs/amos.library")
(dest "Libs:")
(confirm)
)
(copylib
(prompt "Installing medplayer.library")
(help @copylib-help)
(source "Libs/medplayer.library")
(dest "Libs:")
(confirm)
)
(startup @app-name
(prompt "Shall I add Virus_Checker to your s:startup-sequence"
"/s:user-startup so that it will be run each time"
" you turn your Amiga on")
(help @startup-help)
(command "Virus_Checker")
)
(exit)